home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / ansipl20.arc / GO.BAT < prev    next >
DOS Batch File  |  1991-07-08  |  2KB  |  52 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo                        Welcome to ANSIPLAY version 2.0
  6. echo                          Copyright 1991, J. Ibarra
  7. echo.
  8. echo                               ALL RIGHTS RESERVED
  9. echo.
  10. echo.
  11. echo              If you wish to print the manual, at the DOS prompt type
  12. echo.
  13. echo                          COPY ANSIPLAY.DOC PRN [enter]
  14. echo.
  15. echo.
  16. echo    In order to continue with the introduction, you must have DOS's ANSI device
  17. echo    driver (ANSI.SYS) installed into the file named CONFIG.SYS which is located
  18. echo    in the root directory of the disk drive that you boot from).  You may
  19. echo    consult your DOS user's manual and the ANSIPLAY manual (ANSIPLAY.DOC) for
  20. echo    information on how to do this.
  21. echo.
  22. echo    The next screen will display the contents of your CONFIG.SYS file
  23. echo    if it does exist.
  24. echo.
  25. echo.
  26. pause
  27. cls
  28. echo.
  29. echo.
  30. echo.
  31. If not exist \CONFIG.SYS echo There is no CONFIG.SYS file found in root directory of the current drive.
  32. if not exist \CONFIG.SYS goto noconfig
  33.  
  34. rem exists:
  35. echo    The contents of your CONFIG.SYS file in the root directory of the current
  36. echo    drive is as follows:
  37. echo.
  38. type \CONFIG.SYS
  39. echo.
  40. echo    If the ANSI.SYS device driver is installed, it will be displayed as:
  41. echo                       DEVICE=ANSI.SYS
  42. echo.
  43. :noconfig
  44. echo    If you do NOT have ANSI.SYS installed, you may return to DOS by pressing
  45. echo    [CTRL]+[BREAK] now, or if you wish to continue with the introduction
  46. echo.
  47. pause
  48. ANSIPLAY INTRO
  49. ANSIPLAY XMASTREE 2
  50. ANSIPLAY FAUCET 2
  51. ANSIPLAY SEA 3
  52.